home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacOS 8 Resources / Developer Tools / Mac OS 8 Interfaces & Libraries / Interfaces / IDLIncludes / DriverServices.idl < prev    next >
Text File  |  1996-05-01  |  1KB  |  42 lines

  1. /*
  2.      File:        DriverServices.idl
  3.  
  4.      Contains:    Driver Services Interfaces.
  5.  
  6.      Version:    Technology:    PowerSurge 1.0.2 and beyond (including Copland)
  7.                  Release:    Universal Interfaces 3.0d3 on Copland DR1
  8.  
  9.      Copyright:    © 1984-1996 by Apple Computer, Inc.  All rights reserved.
  10.  
  11.      Bugs?:        If you find a problem with this file, send the file and version
  12.                  information (from above) and the problem description to:
  13.  
  14.                      Internet:    apple.bugs@applelink.apple.com
  15.                      AppleLink:    APPLE.BUGS
  16.  
  17. */
  18. #ifndef __DRIVERSERVICES_IDL__
  19. #define __DRIVERSERVICES_IDL__
  20.  
  21. #include <somobj.idl>
  22. #include <somcls.idl>
  23.  
  24. #ifndef __CONDITIONALMACROS_IDL__
  25. #include <ConditionalMacros.idl>
  26. #endif
  27. #ifndef __DRIVERSUPPORT_IDL__
  28. #include <DriverSupport.idl>
  29. #endif
  30. #ifndef __DRIVERSYNCHRONIZATION_IDL__
  31. #include <DriverSynchronization.idl>
  32. #endif
  33. #ifndef __DEVICEMANAGERSUPPORT_IDL__
  34. #include <DeviceManagerSupport.idl>
  35. #endif
  36. #ifndef __INTERRUPTS_IDL__
  37. #include <Interrupts.idl>
  38. #endif
  39.  
  40. #endif /* __DRIVERSERVICES_IDL__ */
  41.  
  42.